This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Controlling the browser when a web document is refreshed ~Tate Quetgerobergakoi 22.Dec.03 11:26 PM a Web browser General All ReleasesAll Platforms
What you'll probably want to do in this case is to set a cookie at the point just before the document is reloaded. When it opens, it then looks for the value of the cookie (your anchor tag point or field reference, or, well, whatever) and loads to that point. You'd then kill the cookie to reset it for the next instance.